ActionCardCountdown
The ActionCardCountdown displays a countdown on the card with a "SÅDAN!" written above it.
#
UsageSince this component contains a custom title, this should only be used without an ActionCardTitle. Furthermore, due to the nature of a countdown it should also only be used with a centered ActionCardContent.
<ActionCardContent center> <ActionCardCountdown /></ActionCardContent>
#
PropsName | Type | Default | Description |
---|---|---|---|
until | number | 1 month | how long the countdown is in seconds |
pause | boolean | false | If true, pauses the countdown |